CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - VC 文件传输

搜索资源列表

  1. NetMessage

    0下载:
  2. tcp 聊天程序 支持文件传输 用vc 6.0开发 适合新手学习和研究-tcp chat program supports file transfers using vc 6.0 for novice developers to learn and study
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-28
    • 文件大小:357173
    • 提供者:安萌
  1. vcFiletransfer

    0下载:
  2. 一个使用vc.net做的实现文件传输的程序。-Vc.net done using a file transfer program to achieve.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:88603
    • 提供者:sui yuliang
  1. net_new_12

    0下载:
  2. 用vc++6.0在局域网中实现了网络用户搜索及列表生成,用户间短信收发及显示,文件的传输。在文件传输方面实现了小文件及大文件的传输,本人已经试验过大于4GB文件的传输,效果俱佳!-Using vc++6.0 implemented in the LAN network users to search and list generation, sending and receiving messages between users and display, file transfer. To ac
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-18
    • 文件大小:4624492
    • 提供者:蛐蛐
  1. xuchuan

    0下载:
  2. 断点续传与多线程传输文件的实例。代码用VC完成,效率高。-HTTP to transfer files with multi-threaded example. Code completion with the VC and high efficiency.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-21
    • 文件大小:6423662
    • 提供者:孙刚
  1. datasend

    0下载:
  2. 用VC写的一个用于串口网络文件传输的工具,可以体验文件传输的2个例子-VC was used for the serial port of a network file transfer tool, you can experience the two examples of file transfer
  3. 所属分类:Com Port

    • 发布日期:2017-05-15
    • 文件大小:3861252
    • 提供者:小猪猪
  1. IPMsg.src_java

    0下载:
  2. Java局域网通信——飞鸽传书源代码,大家都知道VB版、VC版还有Delphi版的飞鸽传书软件,但是Java版的确实不多,因此这个Java文件传输实例不可错过,Java网络编程技能的提升很有帮助。-Java LAN communications- Flying Pigeon pass book source code, we all know VB version, VC version also Delphi version of the Flying Pigeon pass book sof
  3. 所属分类:Games

    • 发布日期:2017-03-29
    • 文件大小:41577
    • 提供者:丽华
  1. FeiQChatClient

    0下载:
  2. 基于C/S模型的Winsock网络编程,网络聊天程序,在VC MFC下创建图形化界面,此工程为飞Q客户端(Client),可以发送消息,可以点对点传输文件,支持多线程-Based on C/S model Winsock network programming, network chat program, the VC MFC to create a graphical interface, this project fly Q for the client (Client), can send
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:393049
    • 提供者:mumu
  1. FileTransComm

    1下载:
  2. 利用Visual C++ MFC和微软MSComm(Microsoft Communications Control)串口通信控件,借助于串口来传输文件。由于串口的缓冲区限制,需要将文件先分割成多个部分分别打包发送,接收方只有在接收到说有的文件包后才进行解包、校验和拼接,最后提取文件名,提示用户保存。这个资源还包含了一些其它的有用文件和信息…… 对于刚开始利用VC++开发的程序员也是会有较大的帮助,可以下载看看,我相信您会觉得值的-Using Visual C++ MFC and Micro
  3. 所属分类:Com Port

    • 发布日期:2017-03-27
    • 文件大小:73820
    • 提供者:小小
  1. transfile

    0下载:
  2. vc++写的一个TCP异步传输文件的程序,分为客户端,服务端,可做为编写网络程序参考-vc++ to write a TCP asynchronous transfer the file, is divided into client, server, network program can be used as reference preparation
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-10
    • 文件大小:2262277
    • 提供者:cygnus
  1. net-file-trans

    0下载:
  2. 有关网络文件传输的vc网络编程实例,供有需之士作为参考。-Vc on network file transfer network programming examples for people in need as a reference.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:327246
    • 提供者:lqy
  1. Mytransfer(IOreadWrite)

    0下载:
  2. 使用VC自己开发的UDP多线程文件传输 仅供参考,-UDP file tranfer with multithreads
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1922936
    • 提供者:taop
  1. Myqq

    0下载:
  2. vc实现的简单的具有聊天和传输文件功能小程序-vc achieve simple chat and file transfer capabilities with small program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1670054
    • 提供者:jaspine
  1. filetrans

    0下载:
  2. C++教程,希望对大家有用,大家下下吧,是用VC做的文件传输-C++,you need it .you can do it!!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:2010996
    • 提供者:liucheng
  1. tcpip

    0下载:
  2. 基于ppp的文件传输,在VC++下利用socket实现客户端、服务器的通信,能实现文件的传输。-Ppp-based file transfers, under the VC++ using socket implement the client, server, communications, file transfers can be achieved.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1970781
    • 提供者:李举名
  1. FilePoster

    0下载:
  2. 文件传输 采用TCP 利用VC++编程 文件可以选择,代码简单实用 可以作为学习用 不难-File transfer using TCP file using VC++ programming to choose from, the code can be as simple and practical with easy to learn
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:531423
    • 提供者:孙健兴
  1. send_file

    0下载:
  2. Vc++ 点对点文件传输源程序,相对简单的那种,需要在客户端指定IP地址,在服务端浏览所要发送的文件,点确认即可。程序面向VC++初学者,简洁明了,作为初级网络编程实例值得参阅。 -Vc++ peer to peer file transfer source, the kind of relatively simple, you need to specify the IP address of the client, the server sends the file you want t
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-03
    • 文件大小:383583
    • 提供者:madud00022
  1. henbucuodewenjianchuanshuchengxu

    0下载:
  2. 用VC++编写的文件传输程序,非常不错的,大家可以下载看看。-Written by VC++ file transfer program, very good, you can download to see.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-17
    • 文件大小:118211
    • 提供者:王乐
  1. 5_p2pFile

    0下载:
  2. 类似QQ文件传输的模块、组件,是ActiveX 控件由Vc++工发,提供CSharp、VB示例代码。 类似QQ文件传输的模块,支持2个用户互发文件,支持公网与内网传输 自动识别内外网,若同一内网,速度可达数兆每秒 除非人为封堵,否则可以穿越 100 防火墙 使用P2P方式传输,80 数据不通过服务器,极大减轻服务器压力。在公网中速度一般在5KB至200KB之间,与网络速度有关 传输文件大小小于2G 支持断点续传 同时支持UDP和TCP传输,可自动智能选择UDP或者
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:599595
    • 提供者:刘宝
  1. FileTransfers

    0下载:
  2. 采用TCP SOCKET方式进行文件传输的程序,使用VC++6.0环境-video file transfer software
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:426275
    • 提供者:chenwy
  1. chsrc-1.32Final

    0下载:
  2. 采用VC++开发的文件传输,主要用于传输多个文件,可建立批量任务,又叫CopyHandler,开源-Using VC++, file transfer, mainly for the transmission of multiple files, can create a batch task, also known as CopyHandler, open source. . . . . .
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-04-08
    • 文件大小:790077
    • 提供者:lozpeng
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 16 »
搜珍网 www.dssz.com